home *** CD-ROM | disk | FTP | other *** search
- @echo off
- c:
- cd \
-
- rem ----------------------------------
- rem install cdsetup.sys in config.sys
-
- type a:cdrom.inf > tmp.tmp
- type config.sys >> tmp.tmp
- copy config.sys config.mad
- del config.sys
- ren tmp.tmp config.sys
-
- rem ----------------------------------
-
-
- rem ----------------------------------
- rem install sndinit environment in autoexec.bat
-
- copy autoexec.bat autoexec.mad
- type a:snd1.inf > tmp.tmp
- type autoexec.bat >> tmp.tmp
- type a:snd2.inf >> tmp.tmp
- del autoexec.bat
- ren tmp.tmp autoexec.bat
- rem ----------------------------------
-
- md OPTi931
- copy a:. c:\OPTi931
- cd c:\OPTi931
- del install.bat
- del snd1.inf
- del snd2.inf
- del cdrom.inf
- del msg.txt
-
- cd \
- rem ----------------------------------
- type a:msg.txt
-